• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Tracking user

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on a web application in which user enters certain data after which he is redirected to some another application outside of the current context by providing the relevant URL. After it fills cerain in that application, that application redidrects it back to my application with certain results for the user as appended parameters. Now the problems is that user had been loged out and its session has been terminated and also there are some other objects which are not accessable. But still i want to get those new parameters(data) for the user and update the database. How it is possible ? What are the possible solutions ? Actually the user has its unique ID which the user when loged out is no longer available to me.

thnx.

Naveed
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Naveed

You cant share the session information across different contexts.
Try sending that info as hidden parameters.
rgds
drk
 
reply
    Bookmark Topic Watch Topic
  • New Topic