Kirk: I'm using the Cookie module to create/send/read the cookies. The problem is that I can't read session cookies when running the script from a server side include line. Paul: By server side include I mean simply calling upon the script from an include line within the html, for example '<!--#include virtual="/cgi-bin/cookietest.cgi" -->' GazaM