will see that that the
user moves in and out of a logged in status. This will also show up on other
pages but since this site is under construction it's safest to stick to the
HOME page.
Other possibly helpful information. Web Hosting site is BlueDomino.
Thanks for your help.
Jerry Kita
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
provide a different
approach?
Thanks and Happy New Year to everyone.
Jerry Kita
"Jerry Kita" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> New to PHP and I've checked previous posts and haven't seen similar
problem.
> Any ideas would be appreciated.
>
&
I had a problem with session variables being lost. However it wasn't because
of a heavy load. My hosting company does load balancing and user requests
would be directed to different servers. However, when the session was
originally defined it was placed in the /tmp file of one server. When a
reques
the general idea. It works for me. Others may have more
complex schemes but this serves my purpose well. I'm not a professional
programmer so I generally look for stuff that I can easily understand.
Hope this helps.
--
Jerry Kita
http://www.salkehatchiehuntersville.com
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it in "action" by visiting:
http://www.salkehatchiehuntersville.com/Salkehatchie_2005_Camp.php
--
Jerry Kita
http://www.salkehatchiehuntersville.com
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and give them a link that
logs them out.
if ($validlogon == "YES") {
print "\n";
print "\n";
print "\n";
print "YOU ARE LOGGED
IN AS: $_SESSION[userid]\n";
print "CLICK here TO LOGOUT\n";
print "\n"
t the
beginning of every script and it works fine. Here's the line of code I use:
session_save_path('c:\Program Files\Apache Group\Apache2\htdocs\tmp');
Again it doesn't answer the question you're asking but it might be
an approach that's easy for you to implement.
for the suggestion though!
Thanks,
Stephen Craton
-Original Message-
From: Jerry Kita [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 11, 2005 7:03 PM
To: php-general@lists.php.net
Subject: [PHP] Re: Apache 2.0 and Sessions
Stephen Craton wrote:
I just updated to Apache 2.0 and have gotten
y. Otherwise I
would lose my session variables periodically.
--
Jerry Kita
http://www.salkehatchiehuntersville.com
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> 0.95
> 0.96
> 0.97
> Duplicate entry '' for key 1
>
> The character strings shouldn't be repeated. Why did it stop at (0,97)?
>
Here's one thought . ascii (97) is the letter "a" is it
possible that the ascii (65) "A" was inte
cript ... then when
the form is submitted I'd let it go straight through to your standard
forms validation program ... I wouldn't even involve PHP.
--
Jerry Kita
http://www.salkehatchiehuntersville.com
email: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/
11 matches
Mail list logo