Re: discard sessions when close browser

2008-09-20 Thread Raymond Wan
Hi, I'm not an AOL web mail user, but I think I know what you mean. One way I know is to do it the "client way" with cookies. I've done some server development and I set an explicit expiry time. But according to this: http://www.cookiecentral.com/faq/ if you scroll down to "Expires", it

Re: discard sessions when close browser

2008-09-20 Thread practicalperl
On Thu, Sep 18, 2008 at 4:49 PM, Raymond Wan <[EMAIL PROTECTED]> wrote: > > Hi, > > Sorry, I might be missing something, but when the client closes the browser > window, no message is sent to the web server. So, I think the server has no > way of knowing that a window has closed. The best alterna

Re: discard sessions when close browser

2008-09-18 Thread Raymond Wan
Hi, Sorry, I might be missing something, but when the client closes the browser window, no message is sent to the web server. So, I think the server has no way of knowing that a window has closed. The best alternative might be to set a time limit on client information and purge it periodic

Re: discard sessions when close browser

2008-09-17 Thread Jack Gates
On Wednesday 17 September 2008 09:46:27 pm [EMAIL PROTECTED] wrote: > Hello, > > I use CGI::Session in some of my CGI scripts. > How to delete user's session in web server automatically when he close > the client browser? > Thanks. Since you are using a gmail account I know you know how to find go

discard sessions when close browser

2008-09-17 Thread practicalperl
Hello, I use CGI::Session in some of my CGI scripts. How to delete user's session in web server automatically when he close the client browser? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/