source: www/manuals/PHP_manual/ref.msession.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 5.5 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>Mohawk Software session handler functions</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Reference funkcí"
13HREF="funcref.html"><LINK
14REL="PREVIOUS"
15TITLE="mysql_unbuffered_query"
16HREF="function.mysql-unbuffered-query.html"><LINK
17REL="NEXT"
18TITLE="msession_connect"
19HREF="function.msession-connect.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="reference"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="function.mysql-unbuffered-query.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.msession-connect.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><DIV
73CLASS="reference"
74><A
75NAME="ref.msession"
76></A
77><DIV
78CLASS="TITLEPAGE"
79><H1
80CLASS="title"
81>LXIV. Mohawk Software session handler functions</H1
82><DIV
83CLASS="PARTINTRO"
84><A
85NAME="AEN55352"
86></A
87><DIV
88CLASS="section"
89><H1
90CLASS="section"
91><A
92NAME="msession.intro"
93></A
94>Úvod</H1
95><P
96>&#13; msession is an interface to a high speed session daemon which can run
97 either locally or remotely. It is designed to provide consistent session
98 management for a PHP web farm. More Information about msession and the
99 session server software itself can be found at
100 <A
101HREF="http://www.mohawksoft.com/phoenix/"
102TARGET="_top"
103>http://www.mohawksoft.com/phoenix/</A
104>.
105 </P
106></DIV
107><DIV
108CLASS="section"
109><H1
110CLASS="section"
111><A
112NAME="mssession.requirements"
113></A
114>Po¾adavky</H1
115><P
116>&#13;
117 </P
118></DIV
119><DIV
120CLASS="section"
121><H1
122CLASS="section"
123><A
124NAME="msession.installation"
125></A
126>Instalace</H1
127><P
128>&#13;
129 </P
130></DIV
131><DIV
132CLASS="section"
133><H1
134CLASS="section"
135><A
136NAME="msession.configuration"
137></A
138>Konfigurace bìhu</H1
139><P
140>&#13;
141 </P
142></DIV
143><DIV
144CLASS="section"
145><H1
146CLASS="section"
147><A
148NAME="msession.resources"
149></A
150>Typy prostøedkù</H1
151><P
152>&#13;
153 </P
154></DIV
155><DIV
156CLASS="section"
157><H1
158CLASS="section"
159><A
160NAME="msession.constants"
161></A
162>Pøeddefinované konstanty</H1
163><P
164>&#13;
165 </P
166></DIV
167></DIV
168><DIV
169CLASS="TOC"
170><DL
171><DT
172><B
173>Obsah</B
174></DT
175><DT
176><A
177HREF="function.msession-connect.html"
178>msession_connect</A
179>&nbsp;--&nbsp;Connect to msession server </DT
180><DT
181><A
182HREF="function.msession-count.html"
183>msession_count</A
184>&nbsp;--&nbsp;Get session count </DT
185><DT
186><A
187HREF="function.msession-create.html"
188>msession_create</A
189>&nbsp;--&nbsp;Create a session </DT
190><DT
191><A
192HREF="function.msession-destroy.html"
193>msession_destroy</A
194>&nbsp;--&nbsp;Destroy a session </DT
195><DT
196><A
197HREF="function.msession-disconnect.html"
198>msession_disconnect</A
199>&nbsp;--&nbsp;Close connection to msession server </DT
200><DT
201><A
202HREF="function.msession-find.html"
203>msession_find</A
204>&nbsp;--&nbsp;Find value </DT
205><DT
206><A
207HREF="function.msession-get-array.html"
208>msession_get_array</A
209>&nbsp;--&nbsp;Get array of ... ? </DT
210><DT
211><A
212HREF="function.msession-get.html"
213>msession_get</A
214>&nbsp;--&nbsp;Get value from session </DT
215><DT
216><A
217HREF="function.msession-getdata.html"
218>msession_getdata</A
219>&nbsp;--&nbsp;Get data ... ? </DT
220><DT
221><A
222HREF="function.msession-inc.html"
223>msession_inc</A
224>&nbsp;--&nbsp;Increment value in session </DT
225><DT
226><A
227HREF="function.msession-list.html"
228>msession_list</A
229>&nbsp;--&nbsp;List ... ? </DT
230><DT
231><A
232HREF="function.msession-listvar.html"
233>msession_listvar</A
234>&nbsp;--&nbsp;List sessions with variable</DT
235><DT
236><A
237HREF="function.msession-lock.html"
238>msession_lock</A
239>&nbsp;--&nbsp;Lock a session </DT
240><DT
241><A
242HREF="function.msession-plugin.html"
243>msession_plugin</A
244>&nbsp;--&nbsp;Call an escape function within the msession personality plugin</DT
245><DT
246><A
247HREF="function.msession-randstr.html"
248>msession_randstr</A
249>&nbsp;--&nbsp;Get random string </DT
250><DT
251><A
252HREF="function.msession-set-array.html"
253>msession_set_array</A
254>&nbsp;--&nbsp;Set array of ... </DT
255><DT
256><A
257HREF="function.msession-set.html"
258>msession_set</A
259>&nbsp;--&nbsp;Set value in session </DT
260><DT
261><A
262HREF="function.msession-setdata.html"
263>msession_setdata</A
264>&nbsp;--&nbsp;Set data ... ?</DT
265><DT
266><A
267HREF="function.msession-timeout.html"
268>msession_timeout</A
269>&nbsp;--&nbsp;Set/get session timeout </DT
270><DT
271><A
272HREF="function.msession-uniq.html"
273>msession_uniq</A
274>&nbsp;--&nbsp;Get uniq id </DT
275><DT
276><A
277HREF="function.msession-unlock.html"
278>msession_unlock</A
279>&nbsp;--&nbsp;Unlock a session </DT
280></DL
281></DIV
282></DIV
283></DIV
284><DIV
285CLASS="NAVFOOTER"
286><HR
287ALIGN="LEFT"
288WIDTH="100%"><TABLE
289SUMMARY="Footer navigation table"
290WIDTH="100%"
291BORDER="0"
292CELLPADDING="0"
293CELLSPACING="0"
294><TR
295><TD
296WIDTH="33%"
297ALIGN="left"
298VALIGN="top"
299><A
300HREF="function.mysql-unbuffered-query.html"
301ACCESSKEY="P"
302>Pøedcházející</A
303></TD
304><TD
305WIDTH="34%"
306ALIGN="center"
307VALIGN="top"
308><A
309HREF="index.html"
310ACCESSKEY="H"
311>Domù</A
312></TD
313><TD
314WIDTH="33%"
315ALIGN="right"
316VALIGN="top"
317><A
318HREF="function.msession-connect.html"
319ACCESSKEY="N"
320>Dal¹í</A
321></TD
322></TR
323><TR
324><TD
325WIDTH="33%"
326ALIGN="left"
327VALIGN="top"
328>mysql_unbuffered_query</TD
329><TD
330WIDTH="34%"
331ALIGN="center"
332VALIGN="top"
333><A
334HREF="funcref.html"
335ACCESSKEY="U"
336>Nahoru</A
337></TD
338><TD
339WIDTH="33%"
340ALIGN="right"
341VALIGN="top"
342>msession_connect</TD
343></TR
344></TABLE
345></DIV
346></BODY
347></HTML
348>
Note: See TracBrowser for help on using the repository browser.