



全文預(yù)覽已結(jié)束
付費(fèi)下載
下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1【原文】TutorialHomePageSessionandApplicationMethodInthispagewewilllearnhowtokeepinformationfromtheuserinourserver(Sessionmethod)andhowtoshareinformationbetweenusers(Applicationmethod).Thisisonlyabasictutorialforbeginners,soonlybasicfeatureswillbedescribed.TheSessionmethodThefirsttimeauseraccessestoaourpagessomeconnectionsanddisconnectionstookplace.Duringthisprocesstheserverandtheclientwillinterchangeinformationtoidentifyeachother.Duetothisexchangeofinformationourserverwillbeabletoidentifyaspecificuserandthisinformationmaybeusetoassignspecificinformationtoeachspecificclient.Thisrelationshipbetweencomputersiscallasession.Duringthetimeasessionisactive,itispossibletoassigninformationtoaspecificclientbyusingSessionmethod.Wewilluseanexampletoexplainthismethod:Letssupposewewanttoallowspecificusertoaccesstheinformationonoursiteordirectoryandwewanttoshowausernameinallpagesvisitedbytheuser.InthiscasewemayusetheSessionmethod.Inthisexample,wewillasktheusernameofthepersoninourindex.asppagerespondtoforms.aspOurprivatepagesInordertoaccessthispagesfilltheformbelow:Username:Password:1234567891011121314151617182OurprivatepagesHi,youareallowtoseethesepages:Page1Page2Errorinusernameorpassword192021222324252627282930313233343536373839404142Letsexplainhowthispageworks:Inline1itischeckedwhetherinformationissubmittedthrowaform.Iftheanswerisnegative(Request.form=),aformisdisplayedaskingforusernameandpassword.Afterfillingtheformandsubmittingit,asRequest.formisnotandthescriptwilljumptoline15.Inline17theyarecheckedtheusernameandpassword.IfusernameisJoeandPasswordisplease,thentwovariablesaresetfortheclient(lines21-22):Session(permission)=YESSession(username)=JoeThesevariableswillbekeptintheserverduringthetimethesessionisactive(normallyitwillexpireafter20minuteswithoutcontact).Finally,ifusernameandpasswordarecorrect,aresponsepagewithlinksissendtotheclientwiththenameoftheuserinthetop.Inthisexample,iftheusernameorpasswordareincorrecttheresponsepagewillincludethetextinline38.3Now,letssupposetheuserclicksinthelinkPage1(page1.asp).Thecodeofpage1.aspwillbethefollowingone:page1.aspPage1Hi,welcometoPage1Thispageisemptyatthemoment,butitwillbeveryinterestinginthenextfutureYouarenotallowedtoaccessthispage1234567891011121314151617Inline1itischeckwhetherthevalueforSession(permission)isYES.Iftheanswerispositiveapagewithinformationissendtotheclient.Iftheanswerisnegative,thetextinline15issend.NOTES:Sessionmethodissuitableforsiteswithalimitednumberofvisitors.Forsiteswithabiggernumberofvisitorsitispreferabletokeeptheinformationintheclientscomputer(byusingcookies).TocreatemorevariablesassociatedtoaspecificclientwemustsubstitutethetextbetweenbracketsinSession(text).Thecorrespondingsecurityfeaturesintheclientsbrowsermustbeenable.TheApplicationmethodWithSessionmethodwehavedefinedavalueforSession(whatever)=Joe,butthisinformationcannotbesharebetweenvisitors(Session(whatever)hasauniquevalueforeachvisitor).ToallowsharinginformationApplicationmethodisused.Forabetterunderstandingofthismethodwewillcreateacounterwhichwillbeshowninthesamepage.Inordertomakeitwork,copythecodebelowtoyourserver:counter.asp4PageunderconstructionUnderconstructionPageviews:123456789101112131415Inthefirstpartofthiscode,asApplicationmethodissharedbetweendifferentclients,itisnecessarytopreventotherclientsfrommodifyingtheinformationinApplication(pagevisits).Application.Lockwillavoidthatbystoppingtheinformationtobeshared,andApplication.Unlockwillallowtheinformationtobesharedagain.Line3increasesthevalueforthecounter.Finallyahtmlcodeissendtotheclient,includingthevalueofthecounter.NOTES:TheinformationsaveasAppli
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 工業(yè)節(jié)能減排的技術(shù)與政策探討
- 工業(yè)電機(jī)故障診斷與維護(hù)策略
- 工業(yè)設(shè)計(jì)在產(chǎn)品創(chuàng)新中的價(jià)值
- 工業(yè)節(jié)能的智慧能源管理
- 工業(yè)設(shè)計(jì)與產(chǎn)品創(chuàng)新表達(dá)
- 工業(yè)設(shè)計(jì)產(chǎn)品外觀的色彩搭配與創(chuàng)新性
- 工作環(huán)境對(duì)教師工作滿意度的影響
- 工廠企業(yè)消防安全管理
- 工程機(jī)械設(shè)備安全防護(hù)技術(shù)
- 工廠環(huán)境與職業(yè)健康安全培訓(xùn)
- 2025年我國(guó)工程機(jī)械出口東南亞市場(chǎng)現(xiàn)狀分析
- 濟(jì)鋼人文考試試題及答案
- 安裝費(fèi)合同協(xié)議
- 瑜伽教培理論試題及答案
- 人工智能在化學(xué)領(lǐng)域的應(yīng)用與未來(lái)發(fā)展展望
- 慢性病管理小組的工作職責(zé)與目標(biāo)
- 《SLT 105-2025水工金屬結(jié)構(gòu)防腐蝕技術(shù)規(guī)范》知識(shí)培訓(xùn)
- 《汽車構(gòu)造與拆裝》課程標(biāo)準(zhǔn) (一)
- 私募股權(quán)投資風(fēng)險(xiǎn)評(píng)估模型-深度研究
- 第1-2課時(shí)listening and speaking Unit 8 The People and the Events教案-【中職專用】2024-2025學(xué)年高一英語(yǔ)同步課堂(高教版2023修訂版·基礎(chǔ)模塊1)
- 2025年共青團(tuán)入團(tuán)積極分子考試測(cè)試試卷題庫(kù)及答案
評(píng)論
0/150
提交評(píng)論