Click to See Complete Forum and Search --> : sessions and subdomains


ripken204
09-16-2007, 11:47 AM
how can i pass a session variable between all of my subdomains?

flann
09-16-2007, 01:01 PM
modify your php.ini file to include the following:
session.cookie_domain = .domain.com

ripken204
09-16-2007, 02:50 PM
ya i just found that one out, i just made a cookie for it.