Nov 15, 2000 #1 zsigi Programmer Nov 13, 2000 1 HU Can anyone tell me what exactly is a browser session? I always read a lot of articles mentioning this term, but I don't know what it exactly mean. Starting a new browser window? Starting the same browser from the start menu? Or is it more theoretical? zsigi
Can anyone tell me what exactly is a browser session? I always read a lot of articles mentioning this term, but I don't know what it exactly mean. Starting a new browser window? Starting the same browser from the start menu? Or is it more theoretical? zsigi
Nov 15, 2000 #2 gerald Programmer Apr 10, 2000 152 US When you open up a browser window, you are starting a browser session in that window which lasts until you close that window. Alot of things that you do while visiting webpages in this window are stored in session variables. check out http://stud1.tuwien.ac.at/~e9125168/javas/jhist.html which uses the javascript history variable to determine how many pages you have visited in your current session that used javascript in some way. Regards, Gerald Upvote 0 Downvote
When you open up a browser window, you are starting a browser session in that window which lasts until you close that window. Alot of things that you do while visiting webpages in this window are stored in session variables. check out http://stud1.tuwien.ac.at/~e9125168/javas/jhist.html which uses the javascript history variable to determine how many pages you have visited in your current session that used javascript in some way. Regards, Gerald