Search found 5 matches

by phulla
Thu Mar 24, 2005 1:36 am
Forum: PHP - Code
Topic: Session Problem in IE
Replies: 7
Views: 464

Doesn't anybody know?
by phulla
Wed Mar 23, 2005 11:13 am
Forum: PHP - Code
Topic: Session Problem in IE
Replies: 7
Views: 464

where in the directory structure is the session cookie getting set? what is your ini settings for the session bits? Do you change protocols, subdomains, or directories after the session is set? .. Where do you change to and from what? Session is set in base directory ./admin.php Session settings ar...
by phulla
Wed Mar 23, 2005 10:09 am
Forum: PHP - Code
Topic: Session Problem in IE
Replies: 7
Views: 464

ok, so i have fixed my little fundamental error with mixing $_SESSION and session_register(), but i still have the problem with IE.
by phulla
Wed Mar 23, 2005 9:45 am
Forum: PHP - Code
Topic: Session Problem in IE
Replies: 7
Views: 464

Session Problem in IE

I will be using session variables to control who and how long users are logged in. The problem is the script below works fine in FF, but not in IE. In IE, as soon as you login the welcome page is displayed, but as soon as you continue to another page, it returns back to the login page and there is n...
by phulla
Thu Mar 10, 2005 6:10 am
Forum: PHP - Code
Topic: Uploading Files
Replies: 1
Views: 203

Uploading Files

Maybe i am being really thick and missing something simple, but can someone please help. I'm trying to expand the single file upload form into a multiple user defined upload files form . Where the single form allows you to upload single files, i have managed to modify the form so that the user can s...