HI Jitesh,
I do exactly the same thing ... but I pass session variables using a
combination of methods.
Inserting a hidden field into subsequent pages:
Or you could append the sessionid to a URL:
http://www.yoursite.com/cgi-bin/yourcgi
On 6 Aug 2000, (Randal L. Schwartz) wrote:
> > "Stas" == Stas Bekman <[EMAIL PROTECTED]> writes:
>
> Stas> 1. Pics:
> Stas> As Victor Zamouline promised to post the pictures after the conference,
> Stas> here are they:
>
> Stas> http://www.jazzsecrets.com/albums/2000-07-monterey/
>
> My
Hi,
I have a login form where the visitor enters the UserID and Password. After
authenticating from the database, I generate a unique key (some encrypted
text) for every user.
All I want is to store the generated key in the session variable so that I
could retrieve the same on the subsequent pag
Hi there,
On Sat, 5 Aug 2000, Yann Neuhaus wrote:
> - debug output,
So where's this debug output?
Are you running Apache?
What happens if you type
httpd -l
?
73,
Ged.
Hi,
> That does look like debugging output from Apache::ASP. Do you really have
> all dependencies right?
> What does a perl -cw any/path/to/your/Apache/ASP.pm say?
Syntax OK.
> Seriously, if installing the CPAN module
> already exhausts all your resources, I won't even give Apache::ASP (or
> m
> "Stas" == Stas Bekman <[EMAIL PROTECTED]> writes:
Stas> 1. Pics:
Stas> As Victor Zamouline promised to post the pictures after the conference,
Stas> here are they:
Stas> http://www.jazzsecrets.com/albums/2000-07-monterey/
My pictures are also up at
http://www.stonehenge.com/mer
Hi Stas!
> linux, mod_perl and jazz, happen to live in Paris and are looking for a
> job
>
I only qualify on 4 out of 5, sorry!
(Hint: I live in Annapolis, Maryland, USA!)
-- Craig (The Data Ferret)
http://www.pcferret.com/ for RARS, NetClip
Using Virtual Access 5.01 build 301 in Win98
Registe
$r->server->port() returns 0
$r->parsed_uri->port() and $r->parsed_uri->fragment() return nothing !!!
___cliff rayman___ a écrit :
> try these and see what they return:
>
> $r->server->port();
> $r->parsed_uri->port();
>
> --
> ___cliff [EMAIL PROTECTED]http://www.genwax.com/
> Jean-Denis Girard
1. Pics:
As Victor Zamouline promised to post the pictures after the conference,
here are they:
http://www.jazzsecrets.com/albums/2000-07-monterey/
Enjoy!
2. Jobs:
Make sure to visit http://jazzvalley.com -- the new cool place I've
started to work at, a pure mod_perl/linux shop of course!!
Hi,
As explained in the README of ApacheDBI I send a little question
concerning this Module. Even if I used
PerlModule Apache::DBI in httpd.conf
and
$Apache::DBI::DEBUG = 2;
$Apache::AuthDBI::DEBUG = 2; in my perl script
I have no output in /var/log/http-server-error_log
So I don't
Thanks Ged and Joshua, I have now read the documentation, mea culpa, and
upgraded to ASP.pm 2.03. Following works now for a fast internal
redirect :-
$Response->Clear();
$file = $Server->MapPath("foo.htm");
$Server->Transfer("$file");
Joshua Chamas wrote:
>
> "G.W. Haywood" wrote:
> >
> > Hi t
| Anyway, now I get
| --
| [Sun Aug 6 00:17:55 2000] [error] Undefined subroutine
&Apache::ASP::handle
| r called.
|
| Any ideas where that is coming from? There really is a handler subroutine
| in ../Apach
Hi guys,
This is dreadful. Computer languages are utterly simple, at least to me.
Unfortunately there is little or nothing logical about getting things set up
so one can go ahead and 'speak' the language. This is the part I dread
every time.
Anyway I managed to get rid of
-
13 matches
Mail list logo