View Full Version : session_start() not working in IE
YIAM
Apr 25th 2007, 12:36 pm
It's Ok in FF but in IE it returns nothing.
??
Thanks in advance for your help.
nico_swd
Apr 25th 2007, 12:41 pm
What do you mean with it "returns nothing"?
Post your code...
YIAM
Apr 25th 2007, 12:48 pm
Here is the page where I used it.
http://www.signitas.com/newgen/contact.php
working perfactly in FF but showing problem in IE.
Spacen
Apr 25th 2007, 12:52 pm
First of all, sesson_start has nothing to do with the browser. It's run server side. It either runs or it doesn't. You may have browser specific code but if it gets kicked off in FF then it gets kicked off in ie. Perhaps you are having a cookie issue.
Edit: page displays fine in FF and IE for me.
YIAM
Apr 25th 2007, 1:06 pm
Does it displays any error in IE if you enters wrong varification code as displays in FF.
dzysyak
Apr 25th 2007, 2:09 pm
Not sure how it can fil for IE, but if session is cookie based and cookies are not allowed in your IE you can get some troubles.
Chamaro Zwinkels
Apr 25th 2007, 2:18 pm
Can you post the script here? Not only link...
rootspot
Apr 26th 2007, 9:54 pm
session_start is a server side function - so it should work even if you telnet to port 80 :) well, not really, but whatever.
dangsoftsolutions
Apr 27th 2007, 2:43 am
It should work. Right session_start() need to do nothing with ur browser.
YIAM
Apr 27th 2007, 4:09 am
The error was somewhere else in the script not in session_start()and it is solved.
Thanks every one for your replies.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.