yes, I've thought about that, but how do I do that?? is there a right
technique, or do I have to create a cookie and keep track of it by
myself??



On Aug 19, 6:09 pm, John Masseria <jpmasse...@gmail.com> wrote:
> I suspect for this to work you need to have your cookies global for all
> hosts in the "mydomain.com" domain.
> I know that for ASP.NET, an ASP session state cookie is used to keep track
> of the users session.  This would therefore have to be the same cookie for
> all of the hosts you visit in mydomain.com.
>
> I hope this helps.
>
> John
>
> On Wed, Aug 19, 2009 at 3:55 PM, Juan Diego <juanddpe...@gmail.com> wrote:
>
> > hi people.. I'm having an inconvenient dealing with sessions..
>
> > I have this:
>
> >www.mydomain.com
> > sub1.mydomain.com
> > sub2.mydomain.com
> > sub3.mydomain.com
>
> > and when I log into "www", then I change to "sub2" (for example) I
> > figure out it creates another session :S
> > why is that??
>
> > I need the same session for www, sub1, sub2, sub3, and so on.. ALL in
> > "mydomain.com"..
>
> > what can I do?? is it like that and I have to make a trick?? or is
> > there a "legal" solution for what I want??
>
> > thank you all

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to