Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Apache Registry with Server Side Includes

by Eliya (Vicar)
on Jan 02, 2012 at 17:50 UTC ( [id://945939]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Apache Registry with Server Side Includes
in thread Apache Registry with Server Side Includes

If you're referring to this feature

"By default the CGI module implements a state-preserving behavior called "sticky" fields. The way this works is that if you are regenerating a form, the methods that generate the form field values will interrogate param() to see if similarly-named parameters are present in the query string. If they find a like-named parameter, they will use it to set their default values."

I don't think this has anything to do with what the OP is observing. There's no "regenerating a form" in the above code. Actually, there's no form involved at all, as the OP is directly supplying the parameter in the URLs called via SSI. A directly specified value ?count=10 should clearly override any value from a previous request.

Replies are listed 'Best First'.
Re^6: Apache Registry with Server Side Includes
by Anonymous Monk on Jan 02, 2012 at 18:21 UTC

    I don't think this has anything to do with what the OP is observing.

    Ok.

    But, there is no way the OP could observe anything like he claims :) "ModPerl::Registry" does not support SSI

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://945939]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-03-19 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found