Post using login from Session, not cookie
I'm looking for a simple way to post using the Login Session .. for a browser that doesn't support cookies.
Basically I'm logging the user in with some hacked up functions_login.php code, and using $vbulletin->session->save();
then I try to post using some hacked up newreply.php code.
Basically, I really just want to do this.
login > create session -> send session ID back -> use session ID to post replys
*OR*
Is it "safe" to be sending the username / password everytime a user would want to post? I mean, someone could intercept the plain text right?
--------------- Added [DATE]1256242499[/DATE] at [TIME]1256242499[/TIME] ---------------
no love?
|