dataplayer
Programmer
my website has several application pages where I need to pass IDs from pages to pages. I use session variables, but the problems abound. I keep losing the values in the session variables. The possible causes are too many pages and use of different names for the same website. I can use query string to pass the IDs between pages, but security would be a issue because the strings are saved in the cookies file that may be stolen if users use public computers. Can anyone share some info how to get around this dilemma? Hints and suggestions are greatly appreciated.
Frank
Frank