I want to maintain single session for every module
I am working on one project ,in that i am using differnt module for(disply item,download item ,and billing) i want to maintain single session when request goes from 1st module to last module

Please help me

Recommended Answers

All 2 Replies

What language are you working in? "Module" is not very specific.

You should refer to some examples related to Session maintenance. You can maintain session through HttpSession and Cookies. What do you want to choose is entirely up to the project you are working upon.

HttpSession Object and cookies are available for every Web language.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.