Wednesday, March 21, 2012

Atlas session issue

Hi all ,

i am working of a hospital management system which we desided to develop using atlas frame work. we have created the application main to sections using atlas script call back architecture. we are using scripts to pack the user entered data to the web service and in that web service we are entering the data in to the database.

all this happening with out a post back of the page.

now comes the problem.

we are not being able to handle the user session properties. we came to know that we cant access session variables in web services.

we are in a trap now. how we can manage the session, validity and time out of a user. cose in this method there is no method to handle the time out.

we also want to share some data between pages all along the use session. how can i acheive this.

can any one help in this regard.

Hi,

If I understood your issues corretly then this may give you soluiton.

When you use session in the web service you have to set enable session property to true in the webmethod attribute

Regards,

Techwork


Hi Techwork :)

We are calling the web service functions from java script using atlas frame work, Can i access a particular session like this " setting enable session property to true "

No comments:

Post a Comment