I am developing a php application. Is it possible to get active sessions and session values on my server?
And is it possible to end up a particular session?
I am developing a php application. Is it possible to get active sessions and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want maximum flexibility with sessions you can save all your sessions in a database. Then it is very easy to get number of sessions, content of any session, kill them, etc…
http://shiflett.org/articles/storing-sessions-in-a-database
As a bonus you will increase the security!