|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Help! on stop refresh.
I am taking ' How to build a members area ' tutorial of Ben. It is going well, but I have a question that someone might help me. The question is: everytime I login and then logout it causes me no problem, but if I use the back button on the browser and backing to the point that I logged in, it still keeps all my info in the login form and then log me in again. Is there any way that I can stop this? Please help!
This is a link that you can check: Please try this Username: demo Password: test When you login, logout and then use back button to go back you will see what I mean. Thanks, Last edited by wareseeker : January 24th, 2003 at 07:12 PM. |
|
#2
|
|||
|
|||
|
Where are all the experts? Are you on vacation? Please help me! I have put lots of hours on this but couldn't figure it out.
![]() |
|
#3
|
|||
|
|||
|
wareseeker,
Can you post a snippet of code you're using for this? I'm curious to see how you're handling the "logout" functions.
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#4
|
||||
|
||||
|
Try setting the page caching.
javascript: <META HTTP-EQUIV="Expires" CONTENT="0"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> ASP: <% Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" %> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Help! on stop refresh. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|