Re: Cheap and unique

2002-05-07 Thread Simon Oliver
of this thread, but how about generating a new id (or random bits) on every vists: on first connect client is assigned a session id, on subsequent connects, previous id is verified and a new id is generated and returned. This makes it even harder to crack. -- Simon Oliver

Re: Client capabilities (and JavaScript)

2002-05-02 Thread Simon Oliver
an idea for a module that dynamically generates a sniffer/redirector. -- Simon Oliver

Re: Client capabilities

2002-04-30 Thread Simon Oliver
content. Again at the client side you can use DHTML to determine client capabilities and redirect or display alternative content accordingly but this will not work with all browsers, see: http://msdn.microsoft.com/workshop/author/clientcaps/overview.asp -- Simon Oliver

Re: Memory explodes loading CSV into hash

2002-04-29 Thread Simon Oliver
Have you tried DBD::AnyData? It's pure Perl so it might not be as fast but you never know? -- Simon Oliver

Global (to page) variables under Apache::ASP

2002-04-23 Thread Simon Oliver
and called as seperate subs. And here lies the problem, how to declare a vaiable in the master ASP file that is also in the scope of the dynamic include? -- Simon Oliver