sessions, URLs and adding bookmarks??

Kamikengen

New Member
With .NET the server passes all cookie/session information to the URL sent back to the user. That way we can keep track of the user without cookies. That's great, but...<BR><BR>what happens when the user chooses to add our great site to their bookmarks? Will all that session info be posted up there also, and if so, will it affect the link next time they click on it in their bookmarks to get to our site? Will it work?<BR><BR>If this actually happens, is there a way to avoid adding all that session stuff to their bookmark?<BR><BR>Any help would be appreciated! Thanks.
 
Top