Customer Session automatic closing when closing ie.

I need that Customer sessions close automatically when Customer close his browser. is that possible? Thanks.

Hi Diego, On Mon, Nov 11, 2002 at 10:43:20AM -0300, Diego Fernandez wrote:
I need that Customer sessions close automatically when Customer close his browser.
is that possible?
That's a problem of http. The browser send no info to the webserver wenn the browser is closed. -=> Can't close sessions automatically. -=> What we could do, add timeouts if a session is not updated (new web page requested/loaded) within 5 or 10 min. A other solution would be, disable cookis in the Kernel/Config.pm. -=> SessionID is not a cookie, SessionID is on the URL. -=> If a browser is closed, the SessionID is lost. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl

That's a problem of http. The browser send no info to the webserver wenn the browser is closed. -=> Can't close sessions automatically.
afaik you can set the lifetime of an cookie so that it gets deleted when the browser is closed. Bastian

Hi Bastian, On Tue, Nov 12, 2002 at 10:36:12AM +0100, Bastian Hoyer wrote:
That's a problem of http. The browser send no info to the webserver wenn the browser is closed. -=> Can't close sessions automatically.
afaik you can set the lifetime of an cookie so that it gets deleted when the browser is closed.
Cool! Thanks Bastian. I removed the lifetime for cookies in the "customer frontend". -=> Session is closed after closing browser! CVS updated.
Bastian
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 6:07pm up 36 days, 20:41, 5 users, load average: 0.11, 0.10, 0.09
participants (4)
-
Bastian Hoyer
-
Bryan Fullerton
-
Diego Fernandez
-
Martin Edenhofer