Re: Bypassing a session ID?

From: Joerg Jooss (joerg.jooss_at_gmx.net)
Date: 12/22/04


Date: Wed, 22 Dec 2004 19:41:49 +0100

mostro wrote:
> Hi All,
>
> Example: A webpage exists that allows you to fill out a form and click
> submit. The page next page displays the information found from your
> search criteria. The form includes information like Fname, Lname,
> Address and Zip. I want to programmatically fill out the form and
> submit the information only to recieve the final search result page.
> The problem I am having is that the page uses a session ID. Is there
> a way to get around this?

Hopefully not ;-)

But why not obtain a session id programmatically as well?

Cheers,

-- 
Joerg Jooss
www.joergjooss.de
news@joergjooss.de 


Relevant Pages

  • Re: Bypassing a session ID?
    ... I'm not really a programmer just ... > mostro wrote: ... >> search criteria. ... >> The problem I am having is that the page uses a session ID. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Session variables problem
    ... you can store the query data in session in a keyed collection. ... the key in the url or viewstate ... The search criteria exists as a structure and is filled ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session variables problem
    ... I use Session to store my search criteria classes all the time. ... Then on the results page I pull the criteria out of session, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Is there a way to protect PHPs $_POST, $_GET when user tamper with post string in URL toolbox???
    ... Speaking of session, I don't see how can it be done to put the data into the ... > webpage is submitted or something. ... > then when I click the submit button to submit the webpage, the hidden data ... I can changed the value in the URL toolbar of the web-browser and ...
    (php.general)
  • Re: Session variables problem
    ... "Prodip Saha" wrote: ... >> The question I have is how best pass the search criteria from the first page ... >> If I use the session to store it, then this causes problems as the session ... >> variable is overwritten on a second search by the user, ...
    (microsoft.public.dotnet.framework.aspnet)