Ask a Question related to ASP, Design and Development.
-
Aaron #1
loop though session
Is there a way I can loop through everything that is in session?
Aaron Guest
-
#40016 [NEW]: Unsetting a session var in a foreach loop over $_SESSION
From: mbechler at eenterphace dot org Operating system: Any? PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#40016 [Opn]: Unsetting a session var in a foreach loop over $_SESSION
ID: 40016 User updated by: mbechler at eenterphace dot org Reported By: mbechler at eenterphace dot org Status: Open... -
Film loop rollovers working with tell sprite, but only if Loop is checked
on mouseWithin me cursor 280 tell sprite 40 --the sprite containing the film loop sprite(60).member = member("networkmapsbuttonroll") --swapping... -
Urgent: Repeat loop and Film loop clash!
Hi All, Scenario I have a script running in which the spelling which was typed in by the student is corrected. The alphabets are moved to... -
Help with loop inside loop and mysql queries
Hi List. I cannot see my error: I have relation tables setup. main id entity_name main_type etc etc date_in 1 test type1 x y 2003-06-02... -
Ray at #2
Re: loop though session
Dim ajs8ejfajshdfklhas734ur
For Each ajs8ejfajshdfklhas734ur In Session.Contents
Response.Write ajs8ejfajshdfklhas734ur & " = " &
Session(ajs8ejfajshdfklhas734ur) & "<br>"
Next
Ray at work
"Aaron" <a@1.net> wrote in message
news:u69aEbMnDHA.3700@TK2MSFTNGP11.phx.gbl...> Is there a way I can loop through everything that is in session?
>
Ray at Guest
-
Evertjan. #3
Re: loop though session
Aaron wrote on 27 okt 2003 in microsoft.public.inetserver.asp.general:
<% For each d in Session.Contents %>> Is there a way I can loop through everything that is in session?
<%=d%>
=
<%=Session.Contents(d)%>
<br>
<% Next %>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Evertjan. Guest
-
Aaron #4
Re: loop though session
thanks.
Evertjan. wrote:> Aaron wrote on 27 okt 2003 in microsoft.public.inetserver.asp.general:
>
>>>>Is there a way I can loop through everything that is in session?
>
> <% For each d in Session.Contents %>
> <%=d%>
> =
> <%=Session.Contents(d)%>
> <br>
> <% Next %>
>
>Aaron Guest
-
Aaron #5
Re: loop though session
just wondering ... why ajs8ejfajshdfklhas734ur ???? ;)
Ray at <%=sLocation%> wrote:
> Dim ajs8ejfajshdfklhas734ur
> For Each ajs8ejfajshdfklhas734ur In Session.Contents
> Response.Write ajs8ejfajshdfklhas734ur & " = " &
> Session(ajs8ejfajshdfklhas734ur) & "<br>"
> Next
>
> Ray at work
>
> "Aaron" <a@1.net> wrote in message
> news:u69aEbMnDHA.3700@TK2MSFTNGP11.phx.gbl...
>>>>Is there a way I can loop through everything that is in session?
>>
>
>Aaron Guest
-
Ray at #6
Re: loop though session
Ah, I'm just fed up with x, n, i, j, q, etc. ;]
Ray at work
"Aaron" <a@1.net> wrote in message
news:eDVA%23jMnDHA.1408@TK2MSFTNGP11.phx.gbl...> just wondering ... why ajs8ejfajshdfklhas734ur ???? ;)
>
> Ray at <%=sLocation%> wrote:
>>> > Dim ajs8ejfajshdfklhas734ur
> > For Each ajs8ejfajshdfklhas734ur In Session.Contents
> > Response.Write ajs8ejfajshdfklhas734ur & " = " &
> > Session(ajs8ejfajshdfklhas734ur) & "<br>"
> > Next
> >
> > Ray at work
> >
> > "Aaron" <a@1.net> wrote in message
> > news:u69aEbMnDHA.3700@TK2MSFTNGP11.phx.gbl...
> >> >> >>Is there a way I can loop through everything that is in session?
> >>
> >
> >
Ray at Guest



Reply With Quote

