User Profile

Collapse

Profile Sidebar

Collapse
pran
pran
Last Activity: Apr 28 '08, 10:28 AM
Joined: Apr 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pran
    replied to how to destroy sessions in php?
    in PHP
    The page is not refreshing even after client does anything with the browser. I have tried no-cache but that too is not working.

    Code:
    META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Cache-Control" CONTENT="no-store, no-cache, must-revalidate">
    <META HTTP-EQUIV="Cache-Control" CONTENT="post-check=1, pre-check=2">
    <META
    ...
    See more | Go to post

    Leave a comment:


  • pran
    replied to how to destroy sessions in php?
    in PHP
    Thanks for the reply. I did the same thing as you said but it is not working. The same script is working fine with Mozilla Firefox both on the server and client environment. But when i tried with IE7 the script is working fine in the server but in the client it is showing the main page. The script is not revalidating when i am pressing back navigator in the client IE7 browser .


    Here is my code for main page.php:
    ...
    See more | Go to post

    Leave a comment:


  • pran
    started a topic how to destroy sessions in php?
    in PHP

    how to destroy sessions in php?

    I have written 3 php scripts for user login, mainpage and logout. When the user submits the login form it athunticates the user, if he is a valid user then it will redirect the user to main page. In the main page i have used the href tag for logout which unsets the user session. After user logged out if he presses 'back' navigator button on the browser page then it is showing the mainpage which should not be shown after user logout. How to handle...
    See more | Go to post
No activity results to display
Show More
Working...