Hi

I am trying to edit security into my website which I have created in visual studios 2008 using asp.net. If I copy the URL into a new tab within internet explorer, it does not seem to log me out. I would like it to log me out due to secuirty reasons, can anybody offer help & advice?


Thank you

Recommended Answers

All 2 Replies

Putting the URL in a new window/tab will issue a GET (method) to the server. So, you can write some sort of code which compare cookies and method type.

Could you show me example of the code? And where should place this code, in the login.aspx?

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.