Hi,

I have an application that is making request to server, in this case how can the server maintain the session.

If I run the same URL from browser, all the session and page navigation are working.

My application is some thing like an exe file, not on the browser.

Is it necessary for the request to come from browser for the server to maintain session.

Please help me on this.

thanks in advance

Regards,
testingjsp.

> Is it necessary for the request to come from browser for the server to
> maintain session.

No, sessions are normally implemented using Cookies. So as long as your application makes sure that the cookie returned in the headers of your very first response are sent to the web application when making consequent requests, there shouldn't be any issues per se.

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.