I have a chat system in my site.
When i press ctrl+f5 buttons the chat will be refeshed with online and offline members and it will logout the page and display the login page.
Can I clear session values by pressing ctrl+f5 buttons?
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.
What you’re referring to is a hard-refresh, which clears your cache and forces resources to be downloaded again. Doing a hard refresh doesn’t destroy session variables. Destroying a session destroys session variables.