Kyan Posted September 29, 2012 Posted September 29, 2012 (edited) HiI don't now if you evaluate this as against the rules, if so, delete this topic....There's anyway to check if a specific PHPSESSID is logged or not?since a PHPSESSID is md5 hashed to a computer IP, maybe browser settings, and its always the same even if you're logged or not, from what I saw in my readings....regards Edited September 29, 2012 by DiOgO Heroes, there is no such thing One day I'll discover what IE.au3 has of special for so many users using it.C'mon there's InetRead and WinHTTP, way better
StringingLong Posted September 30, 2012 Posted September 30, 2012 Ask the question in a PHP forum. How this has anything to do whatsoever with AutoIt is beyond me.
Moderators JLogan3o13 Posted October 1, 2012 Moderators Posted October 1, 2012 StringingLong, if you don't understand the question being asked, why respond to it? Telling someone to look elsewhere because you don't understand what he's trying to accomplish doesn't make a lot of sense "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
dany Posted October 1, 2012 Posted October 1, 2012 mkay, then I'll give my 2 cents. If you mean checking from AutoIt then no. It's handeled server-side, so at least you'd need AutoIt to run on the server. And then find a way to pass the PHPSESSID from PHP to AutoIt. That's quite a lot of hoops to jump through. ProTip: Clear your cookies and browser cache and restart your browser. Your Session ID should now have changed. If not then there's a custom script on the server-side generating ID's (and not a good one I might add). session_id() is a hash of gettimeofday(), REMOTE_ADDR (IP) and optionally some random bytes and thus relatively unique. [center]Spiderskank Spiderskank[/center]GetOpt Parse command line options UDF | AU3Text Program internationalization UDF | Identicon visual hash UDF
Kyan Posted October 2, 2012 Author Posted October 2, 2012 mkay, then I'll give my 2 cents.If you mean checking from AutoIt then no. It's handeled server-side, so at least you'd need AutoIt to run on the server. And then find a way to pass the PHPSESSID from PHP to AutoIt. That's quite a lot of hoops to jump through.ProTip: Clear your cookies and browser cache and restart your browser. Your Session ID should now have changed. If not then there's a custom script on the server-side generating ID's (and not a good one I might add). session_id() is a hash of gettimeofday(), REMOTE_ADDR (IP) and optionally some random bytes and thus relatively unique.I'm using winhttp...and yes, it changes for every session, or if your session cookie is deleted, even I login sucessful I don't know if I'm logged if I don't read the page or try to acess into a page...it implies downloading the page = +time, but if is the only way, is what i'm going to do... Heroes, there is no such thing One day I'll discover what IE.au3 has of special for so many users using it.C'mon there's InetRead and WinHTTP, way better
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now