Jump to content

PHP Session and Firefox


coops

Recommended Posts

Hello, I am redeveloping my personal website into a complete php website, using sessions.  The session have always worked in the passed but it doesn't seem to keep the session data between different pages.  This is only when using Firefox.. Seems fine with internet explorer.

 

my website link would be http://coopsnet.net/sessionstart.php

 

I do my sessions as below.. but it does not seem to keep the data

session_start();

$_SESSION['CSSFILE'] = "http://coopsnet.net/maincss.css";

 

I have a php function method that check this session and if its empty it will loop up back to the sessionstart (where everything is set) and then pack to that page.

 

The server is version 4.4.4.. but can't see this being a prob as it wouldn't work with IE?

 

Anyone with any ideas?

 

Thanks

 

Chris C

 

Link to comment
https://forums.phpfreaks.com/topic/54733-php-session-and-firefox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.