|
Posted by Arjen on 01/06/07 14:14
Global schreef:
> Hi, Im writing a program in which there is a welcome page, similar to
> Microsoft and Borland developer studios' welcome pages. Basically, there is
> a web site (not mine), to which all users come. I want to find out user
> name, there are two ways, read the cookie, or grab HTML from web site and
> analyze it and find user name. Second one is not a big deal, but takes
> bandwidth and might be noticable...
>
> I found cookie files of the site, and they both say PHPSESSID, and then have
> a large string, encrypted I guess. Anyway to decrypt that and read it?
No see http://php.net/session
And if it were my page you were scripting on you would be blocked within
a day :-)
--
Arjen
http://www.hondenpage.com
[Back to original message]
|