Re: Inet & Sessions
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "Jeff Johnson [MVP: VB]" <i.get@xxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 14:06:11 -0500
"HatHead" <HatHead.226pym@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:HatHead.226pym@xxxxxxxxxxxxxxxxxxxxxxxx
> I am writing an app that signs into a web site and then scrapes some
> content off a webpage. I am able to login into the website no problem
> using Inet and execute/POST method. The website returns back the
> successfully logged in page.
>
> However, when I then try to open another webpage via Inet.OpenURL, the
> site behaves like I never logged in. I am assuming that there are some
> browser parameters that need to be emulated.
Sessions are simply cookies with long, convoluted names. If you're not
passing this cookie back to the site then it can't associate you with a
session.
.
Relevant Pages
- Question re Session URL re-writing
... I have developed a website that uses Sessions to manage user ... this site do not want to enable cookies on their machines. ... along with the already posted instructions that are on the website. ... processQ then works with the answer and, when finished, calls qDisplay() ... (comp.lang.php) - RE: [PHP] turning use session cookies off still uses cookies?
... you can use sessions without cookies by asking PHP to ad the sessionid into every link on your website. ... I don't remember how to do this, but there should be a php_ini directive, and more info on the php.net/manual website. ... [PHP] turning use session cookies off still uses cookies? ... (php.general) - Re: How to link PDF file?
... Publisher 2000 does not use a supporting ... to the "downloads" folder, ... In the same location where your website files on the ... Edit a webpage to create file links, i.e., ... (microsoft.public.publisher.webdesign) - Re: How to link PDF file?
... I still have memories of the early days in website building was a mass ... Publisher 2000 does not use a supporting ... to the "downloads" folder, ... Edit a webpage to create file links, i.e., ... (microsoft.public.publisher.webdesign) - Re: How to link PDF file?
... any page other than the home page by a Publisher 2003 and 2007 user, ... directory level as the "downloads" folder. ... In the same location where your website files on the server ... Edit a webpage to create file links, i.e., ... (microsoft.public.publisher.webdesign) |
|