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?
Information about Log Out in Hesk System Ticket
Moderator: mkoch227
-
- Posts: 21
- Joined: Mon Mar 14, 2011 10:03 pm
Re: Information about Log Out in Hesk System Ticket
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.
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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 21
- Joined: Mon Mar 14, 2011 10:03 pm
Re: Information about Log Out in Hesk System Ticket
Thanks, great job!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.