Connecting Tech Pros Worldwide Help | Site Map

Double Session ID in my URL, why?

  #1  
Old August 24th, 2007, 09:15 PM
xpmstos
Guest
 
Posts: n/a
Hello Community,

i add the session-id to my url, but sometimes, php will automatically
add the same session id.

my problem is like this: index.php?MySID=123456789&MySID=123456789

why add php the session id automatically to the url? can i deactivte
this?

i try the following, but without any results:
ini_set("session.use_cookies", "on");
ini_set("session.use_trans_sid", "off");

can anybody help my?

sry for my bad englisch, i hope you understand me.

greetz and thanks for help me.

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
value of session variable is not stored... keyser soze answers 4 June 27th, 2008 05:34 PM
Image upload to Access DB in ASP.NET/VB = VOODOO WICHCRAFT REQUIRED???? Neo Geshel answers 13 November 19th, 2005 02:21 PM
session empty Alexander Widera answers 13 November 19th, 2005 12:26 PM
Duplicate Session ID across multiple IE windows Jim Tilson answers 2 November 19th, 2005 11:37 AM