This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Linux / UNIX and the fly likes problem with multiple sessions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "problem with multiple sessions" Watch "problem with multiple sessions" New topic
Author

problem with multiple sessions

K Vidhyakar
Ranch Hand

Joined: Jul 10, 2005
Posts: 66
Hi,
I am using unix using putty utility. my application works differently in different sessionns. What may be the problem ? please help me.

anyone faced similar problem ?
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

There's only two things I can think of.

1. Each session is logging in with different attributes, either because they're different account logins or because the login script is constructing some sort of resource that's different with every login.

2. The two sessions are identical, but getting into resource conflicts.

More than that I can't say without details about what's "different" about them.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem with multiple sessions
 
Similar Threads
Form-based authentication
My HttpServletRequest and I don't get along. I need a new one.
No action instance for path /userRegistration could be created ?
Creating a new folder under WEB-INF
Redirecting from one action to another, want to pass parameters