
June 22nd, 2000, 09:44 AM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Hi,
How do I prevent a username and password from displaying when I do this:
http://mysite.index.php3?username=$...sword=$password
The line above will cause the username and password to be exposed in my url after logging in. And of course, I don't want that.
Oh, and I can not do it through a form post action, because I use an extra file, called
cathlogin.php3, which does two things:
1) set two cookies
2) redirect to the opening page of my site through an external server (which generates a passport).
So what I need is some kind of encoding-stuff for variables appended to a url.
I hope someone can help me with this problem. There should be some encoding or security stuff which I can use also.
Thanks in advance,
Yomo Guiamo
|