jkx Posted January 10, 2006 Posted January 10, 2006 i dont want the sessions ids to display on my site in the address bar. how this can be done.? i want the function of sessions ids but dont want them to appear on any page in my site. anyone suggests.
Guest Posted January 10, 2006 Posted January 10, 2006 Make sure your cookie configuration settings are correct. The cookie domain should be your domain with a dot in front and no www. For example, .example-domian.com. This sets the cookie valid for www., forum., and generally site wide. The cookie path should be as restrictive as you need. To make it most compatible just use '/' (forward slash). Otherwise, if the catalog is in a folder use that folder. For example, '/store/' or '/catalog/'.
jkx Posted January 11, 2006 Author Posted January 11, 2006 Can u explain a little bit more. i dont understand what your saying. give me only the thing i need to do.
Guest Posted January 11, 2006 Posted January 11, 2006 Can u explain a little bit more. i dont understand what your saying. give me only the thing i need to do. You need to edit the configure.php file with the above information
jkx Posted January 13, 2006 Author Posted January 13, 2006 configure.php in catalog/admin/includes OR in catalog/includes also throw some light on this. Can someone attach an example configure.php for this. thanks
buckeyecomputers Posted January 13, 2006 Posted January 13, 2006 Heh. I thought it was a fair question. But, then, I am pretty new and don't know the answer. I think they must need a newbie forum where people actually help.. :blink: Dan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.