Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: "MLUG Members" <EMAIL:PROTECTED>
- Subject: Re: [MLUG] Firefox, PHP, and Sessions Question
- From: "Vern Green" <EMAIL:PROTECTED>
- Date: Tue, 3 Apr 2007 09:07:33 -0700
- Delivery-date: Tue, 03 Apr 2007 11:09:06 -0500
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Y2ri8qdvvjvzN6w05yPa0yMV+IqrNCVuSNAJiEOwa7lRjG39JopZi/BEtreya9tr5i3Rcq2kd8AIA4QLkGKBSUnqICvcobjaucPXrq4WQ92xWyfVVBUqPMSarakOjMjw3wT0PpLi5UVV2AiLfiTS1FFlUZ7AHJbNy5QafE5J7Qo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZAPvvzWuh6NkMll9YFoNRBhFm/a1c9PP8u4C+kX1n83HA7yoZHySuhfGuhMOWtTY76efwzdiqIuD/i3rQVi8jxeRmGb38Iy54Mt0n+cUeAwqohrHmg+JkXFM7dFT8aMZjHKiwDh2zVmbcy59CMSRJqDjwngmY/GU/HJ4qYe1Vzg=
- Envelope-to: EMAIL:PROTECTED
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED> <EMAIL:PROTECTED>
- Reply-to: MLUG Members <EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
Thanks Shawn,
Interestingly enough, as mysteriously as it stopped working, it began working. Right after I sent this e-mail, it started working again.
Perhaps it was something happening on the server, who knows, but thanks for your time.
Vern
On 4/3/07, shawn parker <EMAIL:PROTECTED> wrote:
i forwarded your question on to a couple good php guys i know...
first response is:
"Why it would work in IE and no where else is a mystery to me, I would
check to make sure you aren't forgetting to declare session at the top
of every page and you aren't unsetting it somewhere you aren't
supposed to. After your session start declaration add the following
code:
if ($_SERVER['REMOTE_ADDR'] == 'YOUR IP ADDRESS')
{
echo '<pre>';
print_r($_SESSION);
echo '</pre>';
}
it should print out everything stored in session very nicely and make
it only visible to you, it would allow you to do testing without
disrupting the normal flow of things. If you don't see anything
getting printed out in firefox, but you do in IE it means it isn't
loading that section of code completely.
Hope this helps,
Cullen"
On 4/3/07, Vern Green <EMAIL:PROTECTED> wrote:
> Hello all,
>
> I have need of an answer, I hope someone can help me with. I have a website
> that uses a number of session variables to determine authorized access to a
> PHP page.
>
> The system we have in place currently works fine in Internet Explorer and it
> worked just fine up until a few days ago in Firefox and Safari. Now all of a
> sudden the code has stopped working, almost like the browser is resetting
> the session when a new page is accessed. When I access a page, I am sent to
> the page I have set-up for landing when someone tries to access a page
> before logging in.
>
> Has anyone seen this behavior? The thing that bothers me about it is that it
> worked fine a week ago, and it still works fine in Internet Explorer. Could
> there have been some updates to Firefox that caused sessions to be handled
> differently that I am unaware of?
>
> Thanks in advance.
>
> --
> Thanks
> F Vernon Green
> _______________________________________________
> members mailing list
> EMAIL:PROTECTED
> http://mlug.missouri.edu/mailman/listinfo/members
>
>
--
http://silolabs.dnsalias.net/~sparker/pubkey.txt
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members
--
Thanks
F Vernon Green
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members