Alexey Alexapolsky
|
| Posted: 02/26/2002, 4:39 AM |
|
session id is a browser based thing in a sence that browser supplies
it from a cookie via http headers , you may need to read something about
http
protocol and implement cookies in your app when calling a scripts.
Cookie variable name used in ASP is ASPSESSIONIDFFFFZVFF
--
Alex
CodeCharge Developer
"vincent" <vooi@activedrive.com> wrote in message
news:a545b5$rms$1@news.codecharge.com...
> Hi,
>
> I am trying to have my application share and use the session parameters
like
> UserID and UserRights, but everytime I call scripts from an app, it
creates
> a new session ID (from a browser it works fine). How can I pass session
> values in the query string to specifically identify the session?
>
> Thanks,
>
> Vincent
>
>
|
|
|
 |
|