Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: variables through pages


Message #1 by "Manal Rayess" <m_rayess@h...> on Tue, 8 May 2001 14:18:44
If the data is to be secure (like online shopping, banking, etc) this is not
a very good solution.
Many firms have been badly burned because of security flaws caused by
putting information where a user could change it when he should not.

>
> Hi
>  Better use the Input Hidden fields
>
> Put them in the session. They will then be available
> > until the session times
> > out.
> >
> > >
> > >
> > > Hi;
> > > I have a series of pages, where p1 goes to p2, p2
> > to p3,..so on. I want
> > > the variables in the first page(p1) be passed to
> > the last page even if p1
> > > doesn't go directly to the last page, how can I do
> > that?
> >
>

  Return to Index