Re: Cookies And Session Problems

2004-03-10 Thread Brian Alexander Lee
g List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 10, 2004 4:55 PM Subject: RE: Cookies And Session Problems Ok but my problem is right throughout my application still even when only logged in as one user. Say I am a client who logs in and views a li

RE: Cookies And Session Problems

2004-03-10 Thread Shahak.Nagiel
equest/URL parameter or request attribute to avoid scope overlaps. -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 4:56 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Cookies And Session Problems Ok but my

RE: Cookies And Session Problems

2004-03-10 Thread Ciaran Hanley
TED] Sent: 10 March 2004 21:39 To: Struts Users Mailing List Subject: Re: Cookies And Session Problems Ciaran, Brian is right. Using IE, you can get a different session if you try to execute a new instance of IE (do not use "Open a new window"). But you must be carefull because even

Re: Cookies And Session Problems

2004-03-10 Thread Daniel Henrique Alves Lima
Ciaran, Brian is right. Using IE, you can get a different session if you try to execute a new instance of IE (do not use "Open a new window"). But you must be carefull because even the links in Windows' startup menu can just "Open a new window" (instead starts a new IE instance). When you are

RE: Cookies And Session Problems

2004-03-10 Thread Brian Lee
uot; <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: Cookies And Session Problems Date: Wed, 10 Mar 2004 20:30:49 - Yes my problem was I was storing everything at application level thank you. Now I am storing values at session level but I'm still having problems. If

RE: Cookies And Session Problems

2004-03-10 Thread Ciaran Hanley
Struts Users Mailing List Subject: Re: Cookies And Session Problems I think that i've found the problem. Please, look below : Ciaran Hanley wrote: >Hi thanks for your reply, > >I am using form based authentication. Cookies are enabled. I am storing all >session informat

Re: Cookies And Session Problems

2004-03-09 Thread Daniel Henrique Alves Lima
I think that i've found the problem. Please, look below : Ciaran Hanley wrote: Hi thanks for your reply, I am using form based authentication. Cookies are enabled. I am storing all session information using request.getSession() for example: request.getSession().getServletContext().setAttribute("

Re: Cookies And Session Problems

2004-03-09 Thread Mark Lowe
As a general point life gets less confusing when you retrieve you objects one at a time rather than drilling through several at once.. When you get used to using stuff on a daily basis then of course you're going to start opting for one line rather than several. but IMO you better thinking/codi

Re: Cookies And Session Problems

2004-03-09 Thread Daniel Henrique Alves Lima
I think that i've found the problem. Please, look below : Ciaran Hanley wrote: Hi thanks for your reply, I am using form based authentication. Cookies are enabled. I am storing all session information using request.getSession() for example: request.getSession().getServletContext().setAttribute("

RE: Cookies And Session Problems

2004-03-09 Thread Ciaran Hanley
If you mean in the action mappings then no, I have the scope set to request for each mapping. Ciaran -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 03:26 To: Struts Users Mailing List Subject: RE: Cookies And Session Problems Did you accidentally

RE: Cookies And Session Problems

2004-03-08 Thread David Friedman
ling List Subject: Cookies And Session Problems Hey, I am writing an app but am having session problems. The last user to log into the system has their details available to all other users logged in. I haven't much of an idea about session control can anybody give some pointers in the rig

RE: Cookies And Session Problems

2004-03-08 Thread Ciaran Hanley
o far. Suggestions welcome Thanks Ciaran -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 02:19 To: Struts Users Mailing List Subject: Re: Cookies And Session Problems > The last user to log into the system has their details available to all other use

Re: Cookies And Session Problems

2004-03-08 Thread Max Cooper
[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 4:48 PM Subject: Cookies And Session Problems Hey, I am writing an app but am having session problems. The last user to log into the system has their details available to all other users logged in. I haven't much of an idea about sess

Cookies And Session Problems

2004-03-08 Thread Ciaran Hanley
Hey, I am writing an app but am having session problems. The last user to log into the system has their details available to all other users logged in. I haven't much of an idea about session control can anybody give some pointers in the right direction? >From reading I am thin

Re: Session Problems

2003-02-27 Thread ashokd
; } Thanks & Regards, Ashok.D - Original Message - From: "Sri Sankaran" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 8:06 AM Subject: RE: Session Problems > Is the addAddress() method of your Person

RE: Session Problems

2003-02-27 Thread Sri Sankaran
From: Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 7:20 PM To: 'Struts Users Mailing List' Subject: RE: Session Problems The form bean is simply a standard action form, when its created It simply does the following in the constructor pu

RE: Session Problems

2003-02-27 Thread Jonathan
mailto:[EMAIL PROTECTED] Sent: February 27, 2003 1:54 PM To: Struts Users Mailing List Subject: RE: Session Problems Can you summarize the form bean you are using for the first page? What are its properties? How is the Collection maintained? How is the bean being created? Sri -Original Mess

RE: Session Problems

2003-02-27 Thread Jonathan
ge return (mapping.findForward("addPerson")); } The address is added but the next time I try to add an address to old one Is overwritten.. Jon. -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED] Sent: 27 February 2003 18:54 To: Struts Users Maili

RE: Session Problems

2003-02-27 Thread Phillip Qin
TED] Sent: February 27, 2003 1:54 PM To: Struts Users Mailing List Subject: RE: Session Problems Can you summarize the form bean you are using for the first page? What are its properties? How is the Collection maintained? How is the bean being created? Sri -Original Message- From: JONA

RE: Session Problems

2003-02-27 Thread Sri Sankaran
: Struts Users Mailing List Subject: Session Problems Hi, I'm curerntly having problems with sessions in Struts. I have two JSP's both of which point to the same action. In my first JSP I have a number of basic properties and a list of addresses as shown below: *Name: Bill Blah

Session Problems

2003-02-27 Thread JONATHAN PHILIP HOLLOWAY
Hi, I'm curerntly having problems with sessions in Struts. I have two JSP's both of which point to the same action. In my first JSP I have a number of basic properties and a list of addresses as shown below: *Name: Bill Blah *Age: 23 * Addresses (list) 23 Glamorgan Street | ER34 5RT | Edi

Re: Port being added to URL in Netscape 4.7 causing session problems

2002-01-15 Thread Peter Kordel
What platform are you on? I had the same problem on Solaris 8/SPARC Netscape 4.7. I finally switched to JDK1.3.1_02 and my problems went away. "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: Port being added to URL in Netscape 4.7 causing session problems > From: &q

Port being added to URL in Netscape 4.7 causing session problems

2002-01-15 Thread @Basebeans.com
Subject: Port being added to URL in Netscape 4.7 causing session problems From: "Ricky Frank" <[EMAIL PROTECTED]> === I am having some problems maintaining a session after calling an action from a Netscape 4.7 browser. It seems to be from the addition of the port to the URL (N

Help with session problems

2001-12-17 Thread Terrence August
I am experiencing a problem with session expiration I believe. Basically, my struts application grabs job objects and places them into the session for viewing on the page. Everything works fine until I leave the computer alone overnight and come back in the morning. At this time, I'll hit subm