Hey I hope I'm not asking the same question as everybody else, but I still can't get it to work after searching. I tried anything I could find but with no luck.
Everything works fine in one dir, but when linking to another the session vars are not passed. I can send PHPSESSID with it in the url offcourse but I don't like to do it.
I've made a sample to explain the problem more:
http://www.mohawk-studios.com/dir1/
When you click a link you should get a 1 showing up.
Serverinfo can be found here:
http://www.mohawk-studios.com/info.php
Nobody seems to have the same problem, even searching the lycos forums didn't help me at all.
thanks in advance
Lycos NL and sessions
Moderator: General Moderators
- jurriemcflurrie
- Forum Commoner
- Posts: 61
- Joined: Wed Jul 06, 2005 7:14 am
- Location: Den Haag, the Netherlands
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
Name PHPSESSID
Value hexdata
Host www.mohawk-studios.com
Path /dir1/
Secure No
Expires Tuesday, October 04, 2005 9:00:30 AMThis isn't a theory discussion. Moved to PHP - Code.
- jurriemcflurrie
- Forum Commoner
- Posts: 61
- Joined: Wed Jul 06, 2005 7:14 am
- Location: Den Haag, the Netherlands
my excuses for the post in wrong section..
where did u get that info from then?
I tried to modify the settings with
with no luck :S
where did u get that info from then?
I tried to modify the settings with
Code: Select all
<?
session_set_cookie_params(3600,'/','www.mohawk-studios.com','No');
session_start();
?>- jurriemcflurrie
- Forum Commoner
- Posts: 61
- Joined: Wed Jul 06, 2005 7:14 am
- Location: Den Haag, the Netherlands
Solved.
Sorry for the previous post then... thanks anyways 
Code: Select all
session_set_cookie_params(3600,'/www/');