View Single Post
  #2 (permalink)  
Old 11-07-2006, 05:52 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 
Join Date: Sep 2005
Location: Manchester, UK
Posts: 254
mikesmith76 RepRank 0
Default

the session id can be passed either in the url or via a cookie. There is no difference between the two methods with regards to the session functionality.

there are other issues to consider, such as session hijacking, which may influence which method you use
Reply With Quote