Click here to Skip to main content
15,912,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.
i have a website. what i want that user logs in and start some process so when he logs out, the process should not be stopped. it should be started on server associated with that particular user email id.
is it possible? if yes then please give me some idea how to do it
Posted
Comments
Muralikrishna8811 11-Oct-11 5:59am    
can you post clearly about your process in website.
saifullahiit 11-Oct-11 6:13am    
ok user logs in. select select a number from and click on submit. some numbers are coming from where. the user selected number is saved in database with the user email id. now user logs out. now i want that server must run a method on back side that shuld not called by the user. it must b automatically called match the user number with the database number.

1 solution

Hi,

you can do this but there is atleast one page must be processing in server.

I mean you can invoke that method by one admin like.

when admin clicks one button then the process 'll start in server side.


this is the only way to do that requirement.

I hope you know that websites are stateless applications after response there is no data regarding previous user in server side .

try above way it can reach your requirement.

All the Best
 
Share this answer
 
Comments
saifullahiit 11-Oct-11 6:42am    
yes you are right bro. but actually my requirements is that no client side action should be performed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900