Hi,
i have created a web.
in the 1st page.
user can login.after login i start the session and save it in his
db-record.
also the page give a link to my important page.
in that page i check the saved sid and current sid.if both are equal
it will display some details.that page have the logout link.when user
click that link.the logout.php willwork.it generate a new sid for the
same user. my problem is after logout when the user back from
logout.php it will show all contents of the my important page.if
refreshing that page it didn`t show anything.so how can i make sure
the when the user back it automatically refresh the page.pls help me.
i have created a web.
in the 1st page.
user can login.after login i start the session and save it in his
db-record.
also the page give a link to my important page.
in that page i check the saved sid and current sid.if both are equal
it will display some details.that page have the logout link.when user
click that link.the logout.php willwork.it generate a new sid for the
same user. my problem is after logout when the user back from
logout.php it will show all contents of the my important page.if
refreshing that page it didn`t show anything.so how can i make sure
the when the user back it automatically refresh the page.pls help me.
Comment