I have two questions guys,
1.a web application uses cookies to track session data which is stored in shared memory on the web server. As the site gains popularity, a new web server is added to create a pool of servers. The servers use the round-robin method to distribute the load successfully among the two machines, howeer, the session cookies do no seem to be functioning correctly.
can someone tell me what is the cause of this problem, and how can it be corrected?
- a website has a page which displays the most recent searches that users have performed. Each search displays aas a alink to the search result page. A user reported they clicked one of the links and were taken to an advertising page not owned by our company.
what is causing the problem, and how it might be corrected.