HTTP_REFERRER
Web Development
5
Posts
4
Posters
0
Views
1
Watching
-
Watch out for spelling! Try checking HTTP_REFERER instead of HTTP_REFERRER.
Software rusts. Simon Stephenson, ca 1994.
-
Watch out for spelling! Try checking HTTP_REFERER instead of HTTP_REFERRER.
Software rusts. Simon Stephenson, ca 1994.
-
HTTP REFERER is not a good way to do this as it can be faked. If your can you may want to look at using a session stored in a database that can be accessed from both server A and B. This will also require that the servers have a common domain www.mysite.com and users.mydomain.com. Some people may have another way to handle this too.
-
See if this post helps: http://www.daniweb.com/forums/thread176157.html
TOMZ_KV