Search the Community
Showing results for tags 'session'.
-
timeout uniGUI DOES SESSION TIMEOUT PROPERLY
Fred Montier posted a topic in Components and Code Samples
uniGUI DOES SESSION TIMEOUT PROPERLY There is nothing worst than lazy people using your program and keeping it open taking resources (DB access, memory, CPU time) and not paying homage to your wonderful work , hey ? They just leave there paying no attention whatsoever !!! I hate those lazy Btds people ! So, what about a solution to detect idle UI time at browser's side and alerts the user showing the real time left to close the session ? "No problemo, I got you back boy !!!" Seriously, when you have 50-100 concurrent sessions and not planning to expand to Hyper Server, it m -
I need help with my application I'm having this error Project1.exe: 000015F8: 11:16:04 [201.5.88.15]: EUniSessionException: Invalid session or session timeout. (Session not found: 23_VVwFj8bixu1079F49B9): Addr: $ 00767622 the application is over 300 simultaneous accesses, but it is not taking it anymore, what can I do more with the hyperserver to improve?
- 5 replies
-
- 1
-
-
- hyperserver
- session
-
(and 1 more)
Tagged with:
-
I've spent some time looking for a way to get a list of sessions from the servermodule or mainmodule and can't seem to find anything. I want to be able to see a list of users that are using the app. So, if 10 people are on-line, then I should be able to see all 10 of their session instances. Some kind of instance array. Once I have this, I am hoping that I can issue some sort of "LogOut" method to KILL a specific user. Is this possible? Thanks Davie
-
Hello people!!! how can I be showing the remaining time of a session an a progressbar in real time. the same method of bank.
-
I am recording every SessionID, IP and UserName for every user who accesses my website. I have noticed that some users (either due to impatience or hapatic feedback insensitivities) are running multiple browser sessions at the same time and I want to limit them to a maximum of one session at a time - the current one - by automatically closing any previous ones. After fetching previous SessionID and IP used on last access I attempt to close it (release). My code below executes correctly but it appears that the legacy session is not removed after calling ReleaseSession - please
-
Hi What is the right way/place to get a unique session ID of current session ? It is easy and possible to add property with auto generated unique value in TUniGUIMainModule but , do we have something existent and appropriate ? Thanks
-
Hi To stop sessions keep polling to get fresh data, how can one push messages to different session, is WebSocket is the only way to push messages to sessions? If a query is kept in ServerModule will that query result be shared by all sessions? Regards
-
Hello, guys, professionals! I don't have a lot experience in web development, so I want to ask simple questions! -What is Session in UniGI? Is that some file on the server like in PHP ? Or is that copy of programm, started on the Server? -How to Use it? Basic, popular examples of using it? I know one - to Add JS UniSession.AddJS('alert(''This is message from JS '')'); Could you explain basic things about session?
-
Boa Tarde Pessoal, Estou iniciando no UniGui e tenho duas dúvidas: 1) Como faço para por em um TUniLabel o total de tempo da sessão atual. (como se fosse um relógio e a cada segundo ele iria atualizando) 2) Existe alguma documentação sobre as propriedades, eventos e etc dos componentes da Unigui? Desde já agradeço Valeu
-
Hi, How to avoiding session refresh when user press F5 or <ctrl> + r in the browser? I wanto to save user login information in MainModule but when i refresh browser, session cleared and must login again. Thank.
-
session watch . ver 0.99.95.1296 delphi xe8 win7 pro Thanks. browser login ------------------------------------ after many sec, auto refresh. ------------------------------------- -------------------------------------------- Session List2.zip
-
how can I avoid not log out if the user is on the login screen? Thanks.
-
How can I make the session be unlimited ? so user can stay on app as long he wants. Thanks.
-
Hola foro! Necesito pasarle datos a la aplicación unigui. En mi caso es una "isapi". Alguien sabe como pasarle variables de sesión cargadas en HTML, php o ASP, por ejemplo, a la aplicación?. Qué unidades usar y/o en qué eventos? Muchas gracias
-
Hi Forum! This is the case: A HTML page with ASP define variables, Session variables. code: <html> <% Dim urlname urlName = "localhost:/cgi-bin/mydll.dll" Session("virtualSnipper") = MySnipperFunction(Session.id) %> <head> <title>My Title</title> </head> <body> <iframe name="framei" id="framei" frameborder="0" width="100%" height="98%" src="<%=urlName %>"> </iframe> </body> </html> When mydll.dll (an unigui web application) is called, the session has defined "virtualSnipper
-
I observed that if I click on the close of the browser, the uniGUI does not end the session. The session ends when it exceeds the timeout it. Has anyone had this experience?
-
Hi! Added a unitimer and verified that the session does not expire anymore. That's a bug or have a way to avoid this, because I need to continue the session expiring even using unitimer. Please can someone confirm if it's a bug or have a means of configuring? Grateful.