Re: table editor using embperl / DBIx::Recordset

2001-10-11 Thread Lincoln Turner
>I'm not sure what you mean by 'web table editor' - what's the URL to the >embperl example you're looking at? Something that lets you click and edit entries in a flat database table. See http://perl.apache.org/embperl/Intrors.pod.4.html Lincoln -

Re: Session Management: An Alternate Approach

2001-10-11 Thread Wim Kerkhoff
Angus Lees wrote: > > On Thu, Oct 11, 2001 at 08:01:58PM +0200, Gerald Richter wrote: > > It will even be possible that Embperl checks if cookies are > > supported and use URL based id only when cookies doesn't work. > > how do you intend to do this? Its fairly simple to check if cookies are su

table editor using embperl / DBIx::Recordset

2001-10-11 Thread Lincoln Turner
Hello, I wonder if anyone has written a web table editor using embperl and DBIx::Recordset? There is a very simple one on the embperl website, but if anyone has written a version with more features, I'd be interested to know about it. Regards, Lincoln Turner School of Physics Wo

Re: Session Management: An Alternate Approach

2001-10-11 Thread Angus Lees
On Thu, Oct 11, 2001 at 08:01:58PM +0200, Gerald Richter wrote: > It will even be possible that Embperl checks if cookies are > supported and use URL based id only when cookies doesn't work. how do you intend to do this? -- - Gus ---

Re: Session Variables in Perl

2001-10-11 Thread Akshay Arora
I don't think that you can use the same session variable from an ASP page to EPL pages. I could be wrong, but I would think that is the case. Unless you can write a wrapper that will be able to modify the Apache Session module or re-write that module completely. Anyone: Is it actually possible to

DBIx - setting a date time stamp

2001-10-11 Thread Boyd, David
I need to set a date time stamp using DBIx. I tried to pass the oracle function sysdate, but that did not work because DBIx says that the logged_datetime field is of a differenent type. I then used javascript to create me a date time stamp, but it is in two peices mm/dd/ hh:mm:ss and this se

RE: Session Management: An Alternate Approach

2001-10-11 Thread Eric Lowry
Kee, Thanks for the feed back, and I agree completely with you on the search engine aspect. However you can also write the session expired page to simply start a new session and return the user to the original page they requested. So if someone bookmarks an expired page, the next time they a

Re: Session Management: An Alternate Approach

2001-10-11 Thread Gerald Richter
> > Recently, I have noticed several threads of discussion around session > >management and I want to present an alternate mechanism for managing a > >user's session. I have built a simple alternative to using cookies or URL > >re-writing that seems SO simple that there must be something wrong

Re: Session Management: An Alternate Approach

2001-10-11 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 12:50 PM -0700 10/10/01, Eric Lowry wrote: >Hello fellow Embperl users! > > Recently, I have noticed several threads of discussion around session >management and I want to present an alternate mechanism for managing a >user's session. I have bui