Page 1 of 1

Information about Log Out in Hesk System Ticket

Posted: Sat Oct 12, 2013 12:25 pm
by PeopleInside
Hi,
i love Hesk ticket system log out system.. if i log in with admin or operator right and than i log out and press the back button.. a message appear of expired session and user can't see administration area.

I'm not a web programmer but i think this function are great!
Wordpress is a famous CMS for example but i don't understand wy, wordpress has not this security function.

When i ask to wordpress they say it's my browser problem, i think it's programming problem.

Can I ask then how the logout Hesk work?

Re: Information about Log Out in Hesk System Ticket

Posted: Sat Oct 12, 2013 4:33 pm
by Klemen
The logout function simply destroys PHP session and cleans HESK cookies.

Without an active session or login remembered in the cookie HESK requires the password to be entered to access admin pages.

Nothing fancy, not sure how Wordpress does it.

Re: Information about Log Out in Hesk System Ticket

Posted: Sat Oct 12, 2013 4:49 pm
by PeopleInside
Klemen wrote:The logout function simply destroys PHP session and cleans HESK cookies.

Without an active session or login remembered in the cookie HESK requires the password to be entered to access admin pages.

Nothing fancy, not sure how Wordpress does it.
Thanks, great job!