Session variables in Trusted Sites

Session variables in Trusted Sites

am 16.05.2007 13:34:20 von schlaag

I have an asp based site which for various reasons has to go in either
Trusted Sites or Intranet under security in IE7. However as soon as I
place it in either of these zoneI can no longer use session variables.
These session variables work fine when it is in the Internet zone. Any
ideas anyone?

Re: Session variables in Trusted Sites

am 16.05.2007 14:15:59 von reb01501

schlaag@hotmail.com wrote:
> I have an asp based site which for various reasons has to go in either
> Trusted Sites or Intranet under security in IE7. However as soon as I
> place it in either of these zoneI can no longer use session variables.
> These session variables work fine when it is in the Internet zone. Any
> ideas anyone?

Enable session variables?
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Re: Session variables in Trusted Sites

am 16.05.2007 14:52:01 von schlaag

On 16 May, 13:15, "Bob Barrows [MVP]"
wrote:
> schl...@hotmail.com wrote:
> > I have an asp based site which for various reasons has to go in either
> > Trusted Sites or Intranet under security in IE7. However as soon as I
> > place it in either of these zoneI can no longer use session variables.
> > These session variables work fine when it is in the Internet zone. Any
> > ideas anyone?
>
> Enable session variables?
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.

I haven't seen a setting for that in IE. Any ideas where that would be?

Re: Session variables in Trusted Sites

am 16.05.2007 15:37:56 von reb01501

schlaag@hotmail.com wrote:
> On 16 May, 13:15, "Bob Barrows [MVP]"
> wrote:
>> schl...@hotmail.com wrote:
>>> I have an asp based site which for various reasons has to go in
>>> either Trusted Sites or Intranet under security in IE7. However as
>>> soon as I place it in either of these zoneI can no longer use
>>> session variables. These session variables work fine when it is in
>>> the Internet zone. Any ideas anyone?
>>
>> Enable session variables?
> I haven't seen a setting for that in IE. Any ideas where that would
> be?
In IE6 it's in the Privacy tab in Internet Options, accessible by
clicking the Advanced button on that tab.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Re: Session variables in Trusted Sites

am 17.05.2007 00:05:54 von Dave Anderson

Bob Barrows [MVP] wrote:
>> I have an asp based site which for various reasons has to go
>> in either Trusted Sites or Intranet under security in IE7.
>> However as soon as I place it in either of these zoneI can no
>> longer use session variables. These session variables work
>> fine when it is in the Internet zone. Any ideas anyone?
>
> Enable session variables?

Do you mean session cookies, Bob?


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.

Re: Session variables in Trusted Sites

am 17.05.2007 02:49:54 von reb01501

Dave Anderson wrote:
> Bob Barrows [MVP] wrote:
>>> I have an asp based site which for various reasons has to go
>>> in either Trusted Sites or Intranet under security in IE7.
>>> However as soon as I place it in either of these zoneI can no
>>> longer use session variables. These session variables work
>>> fine when it is in the Internet zone. Any ideas anyone?
>>
>> Enable session variables?
>
> Do you mean session cookies, Bob?

Yes. My bad

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Session variables in Trusted Sites

am 17.05.2007 12:46:07 von schlaag

Was already set on. One of the first things I checked. Seems really
bizarre as I can knock the security and privacy settings right to low
and it won't let me use session variables.

On 17 May, 01:49, "Bob Barrows [MVP]"
wrote:
> Dave Anderson wrote:
> > Bob Barrows [MVP] wrote:
> >>> I have an asp based site which for various reasons has to go
> >>> in either Trusted Sites or Intranet under security in IE7.
> >>> However as soon as I place it in either of these zoneI can no
> >>> longer use session variables. These session variables work
> >>> fine when it is in the Internet zone. Any ideas anyone?
>
> >> Enable session variables?
>
> > Do you mean session cookies, Bob?
>
> Yes. My bad
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"

Re: Session variables in Trusted Sites

am 17.05.2007 16:02:06 von Dave Anderson

schlaag@hotmail.com wrote:
> Was already set on. One of the first things I checked. Seems really
> bizarre as I can knock the security and privacy settings right to
> low and it won't let me use session variables.

When you say you can "no longer use session variables", what does that mean,
exactly? IIS plainly will use them, so you appear to have an issue with
session persistence -- or at lest the appearance of such. Can you describe
the behavior?



--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.

Re: Session variables in Trusted Sites

am 17.05.2007 16:16:30 von reb01501

Dave Anderson wrote:
> schlaag@hotmail.com wrote:
>> Was already set on. One of the first things I checked. Seems really
>> bizarre as I can knock the security and privacy settings right to
>> low and it won't let me use session variables.
>
> When you say you can "no longer use session variables", what does
> that mean, exactly? IIS plainly will use them, so you appear to have
> an issue with session persistence -- or at lest the appearance of
> such. Can you describe the behavior?

.... or provide a short repro page to allow us to see the behavior for
ourselves?
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.