Why aren cookies stored by my servlets accessible to my CGI scripts or ASP pages?
By default, cookies are accessible to every HTTP request for the current directory, and any subdirectories. Now on most web servers and servlet engines, servlets are located in a special directory. For example, when using servletrunner (which ships with the Java Servlet Development Kit), servlets must be invoked under the /servlet/ directory.
Related Questions
- My web pages are dynamic (CGI scripts, ASP, PHP and database results). Can this affect my sites positioning on search engines?
- Can WebSamhita be used along with Server side scripting languages such as ASP, Java Servlets, CGI, PHP and so on?
- Why aren cookies stored by my servlets accessible to my CGI scripts or ASP pages?