Jump to content

Search the Community

Showing results for tags 'blockediplist'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Good afternoon! I have a few questions about the UniServer.BlockedIPList property. While the project is running, some IP address is added to UniServer.BlockedIPList. After that, it is no longer possible to pass authorization in the project from this IP. It's all good. But, there is one awkward moment. If I remove the blocked IP address from UniServer.BlockedIPList, then in order for the user to be authorized again from his IP, I need to restart the entire project. In what event should the code be placed so that the entire project does not have to be restarted, but only the user can refresh the page in his browser, thereby starting a new session, and if his IP is not in the UniServer.BlockedIPList, then he could enter the project? What event is responsible for this? Loading the list in UniServer.BlockedIPList is performed in the UniGUIMainModuleOnCreate event in the MainModule, including somewhere else. Use UniGUIServerModuleOnCreate?
×
×
  • Create New...