Jump to content

Botch

Members
  • Posts

    4
  • Joined

  • Last visited

Botch's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Botch

    cache

    How to prevent caching of files loaded loaded by list ServerModule.CustomFiles for example files/main.js I can write files/main.js?v1 but I want to automate the process ..... sorry, the decision is obvious procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject); var FileName, Update: string; begin FileName:=FilesFolderPath+'main.js'; Update:=IntToStr(FileAge(FileName)); CustomFiles.Add('app/files/main.js?v'+Update);
  2. Now the services are implemented in php and there is no problem to check whether the user entered the password or not. A logged in user, when switching to another service, immediately gets to the working form, he does not need to log in again. But when the user goes to the unigui service, the login form is always shown. I am using the trial version of unigui.
  3. I have several services and users can navigate between them and each time they start working on the login form. I can pass login parameters via a URL string, but how do I make the login form invisible?
×
×
  • Create New...