Closed
Bug 409445
Opened 17 years ago
Closed 17 years ago
session variables not persisting
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: james.dejesus, Assigned: oremj)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.12 (KHTML, like Gecko) Version/3.0.4 Safari/523.12
Build Identifier:
The captcha script generates a string that is saved in a session variable for matching against the form input. It's not matching up upon validation
Reproducible: Always
Steps to Reproduce:
1. Fill out form
2. Hit Send
Actual Results:
Goes back to form, or when staging updates, user should get an error message
Expected Results:
success message. Correct behavior is here: http://www.jamesdejesus.com/ffsite/emailform.php
Assignee | ||
Comment 1•17 years ago
|
||
if (eregi ( "www.jamesdejesus.com", $_SERVER['HTTP_REFERER'] )){
I'm pretty sure that is your problem.
Assignee: server-ops → oremj
Assignee | ||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•17 years ago
|
||
I checked in a version about a half hour ago that gets rid of this bit. How frequent does staging update? And is there a way I can be notified if anything new gets pushed?
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•