Hi all,
i have web application and login form. i would like when i exit (logout) it automatically logs out from all devices (or browsers or PC).
Can anyone help me?

I have been watching this article with much interest hoping that someone will post their solution or ideas. Since there is no much activity so far maybe just a thought or two: if you set up a session handler to use database instead of temp file storage, you might have much better control over each user's sessions. This way when one of the user's sessions is terminated, you can destroy all other open sessions of the same user. I am not sure if this is the best approach, just an idea.

There is some useful info on storing sessions in a database here.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.