session registered value is not passing to other script pages.
i'v already initialize php.in file as
i'v edited php.ini file for session managment as,
session.save_handler = "files"
session.save_path = "/Sessions"
session.auto_start = 1
session.use_trans_sid = 1
i'm using session_start(); as a first statement where i'm fetching.
i'm working on Win2000 and IIS server
is there any other changes in php.ini file ?
Plz help me