
Hi Martin,
Otrs server is Redhat 7.3 and otrs0.5 Beta8
- If the browser supports http cookies and the browser is closed (without
OTRS logout) there is no possibility to get back to the session (because the session id (http cookies) is removed on the client machine).
My client machine is MS Internet Explorer 5.5 on Windows NT.
PS: To tell OTRS to use http cookies (if browser supports cookies) set $Self->{SessionUseCookie} to 1 ($Self->{SessionUseCookie}=1;).
I set $Self->{SessionUseCookie}=1; I open a browser and login as customer. I can see "My tickets" I close the browser without OTRS logout. I open the browser again and go to my OTRS site It shows me "My Tickets" without asking me for login. I looked at the coockie before and after I closed the browser and It didn't change. What's wrong?
Martin Thanks Diego.