From: Dave on
I changed something a long time ago that makes my sites URL look like
this...:

http://myPage/(S(jcc1dp45kmsjgeupvji3fyje))/Default.aspx

Can someone please tell me what the setting is/was that I changed?
Thanks
From: marss on
On Jul 3, 4:56 pm, Dave <Dave.Burk...(a)jacobs.com> wrote:
> I changed something a long time ago that makes my sites URL look like
> this...:
>
> http://myPage/(S(jcc1dp45kmsjgeupvji3fyje))/Default.aspx
>
> Can someone please tell me what the setting is/was that I changed?
> Thanks

Probably you changed this line:
<sessionState ... cookieless="false" ... />
to
<sessionState ... cookieless="true" ... />

Mykola
http://marss.co.ua
From: Dave on
Thanks for the quick response!



On Jul 3, 9:10 am, marss <marss...(a)gmail.com> wrote:
> On Jul 3, 4:56 pm, Dave <Dave.Burk...(a)jacobs.com> wrote:
>
> > I changed something a long time ago that makes my sites URL look like
> > this...:
>
> >http://myPage/(S(jcc1dp45kmsjgeupvji3fyje))/Default.aspx
>
> > Can someone please tell me what the setting is/was that I changed?
> > Thanks
>
> Probably you changed this line:
> <sessionState ... cookieless="false" ... />
> to
> <sessionState ... cookieless="true" ... />
>
> Mykolahttp://marss.co.ua