Here's the set-up:
I have a server-based application. So, all the data is on a server (call it server 'A') and users connect to that server using a desktop-based rich client. ... |
Is HttpURLConnection.HTTP_CLIENT_TIMEOUT is true, then does this mean session expired?
If yes,
Then, does this same as, cookie expiry ?
|
I have requirement where in i need to add cookie in java and then redirect it to different URL. Now this url process should persist the cookie which i set and ... |
I posted before but now I seem to actually see the problem, just having trouble fixing it.
I am trying to login to my schools grade website, maybe even make an app ... |
I try to access ba.com (actual url: "https://www.britishairways.com/travel/loginr/public/en_us?eId=109001) by doing a POST with required parameters, it replies with a 3XX redirection that points to an url https://www.britishairways.com/cookie.html with ... |
Hi Randall, This again would return array of cookies which are already stored on the client side. But say this is the first time my server has been accessed by the client then whats the solution as this method would return null though Cookies may be supported. Hope i am right in my question. Thanks MKBala. |
My first guess is that the browser on the other computer does not recognize the cookie file format for some reason. Since you didn't include any information on the browsers you are using, thats all I can say. The standards that have to do with cookies don't say anything about how they are to be stored. Bill |
|
|
Hi - I think this is the correct forum to post this query on, and not the "Sockets and Internet Protocols" one. I did do a quick search, but couldn't find any info on how to achieve this. We have a service which has a form based login, once you have logged in it sets a cookie and then repeatedly, through ... |
Amit, There are diff diff root folder for each user of the system, so there will be separate 'cookie' folder creadted inside root folder of each user, so in these cookie folder there will be index.dat file. so all cookie information will be stored in this file. Ashok Mor Ness Technology, Bangalore. |
Hello, Please could someone help me with the answer for this question - A servlet or JSP attempts to set a cookie on the client system; however, the client rejects it. Referring to the scenario above, how does the server know the cookie was rejected? Choice 1 The browser raises a Java exception in the method that tried to set the ... |
Hi, I was working on cookie and i had got this question for which i was not able to find the clue. lets assume that we need to store a cookie at the client side using a javascript "document.cookie" so that it writes a cookie at the client side and this cookies will be there as long as we delete it ... |
hiii folks I have a general doubt about session management using client side cookie. think we have opened many sites in that 3 or 4(site1,site2,site3) sites creates a session and stores cookie into client. when we are accessing site2 how browser will find out this is the cookie for the site2. thanks in advance |
|
|