I got CGI::Session to work on my local computer (running on Windows). But I realise CGI::Session isn't installed on my web host.
I tried copying all the files for CGI::Session into my web host (running on Linux) but that didn't work i.e. Session.pm and its related files (Driver.pm, ErrorHandle.pm) and folders (Driver, ID, Serialize, Test). Is that supposed to work?
Thanks in advance.