I have a couple of session questions.
First is, I want to prevent people bookmarking pages inside the web site. If I pass my session through every page, if some one bookmarks it, they will save the URL + my session. Theoretically, when the session expires, the bookmark becomes useless right?
Second question is, I have people testing a web site i'm building and the problem is, some of them click on the "back" button on their browser and they get a "page expiry message". Is there a way to prevent or fix this?
Thanks,
Mike