Jump to content

js file fails with session_start()


greenie__

Recommended Posts

Hi

i've had this problem and i've had this problem before. IE fails to accept cookies when a js file is being loaded from a tag and i think it causes similar problems with flash files loading movies too. The cookies are sent to php properly and i can access the session id form the file but as soon as i use session start it tries to extend the session cookie life i think which causes ie to die. I've searched the php site and the net for a way to use a session id to activate a session without it sending a cookie for this one page only but i cannot. I would prefer to use the cookie session method.

Link to comment
Share on other sites

Yes it is at the top of the page nothing has been sent before it.

The problem is with ie that it cannot accept cookies when it is accessing files in a certain why like how it access something loaded by the <script type="text/javascript" src=""></script> tag but also how flash loads flash movies into itself causes the same problem.

 

And session start will automatically send a cookie to browser to extend the cookies life but this causes ie to abort downloading the file and the file will never load. in ff it works fine. no error is being produced by php cause an error has not occurred on the server.

 

i can still access the session id through a cookie but i cant access the session without it sending a cookie to browser.

 

what i want to know is there a way to access a session that already exists with a  cookie already on the client and access the session without it reissuing the cookie.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.