本文介绍了asp.net 1.1中的数据缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好
M在asp.net 1.1中使用数据缓存

实际上是通过我的一种网络表单...用户一次输入200多个条目.在数据输入期间,有时会丢失连接,并且所有输入的数据也会丢失.

为此,我已将该数据保存在高速缓存中.但是问题是一个用户输入的数据可以被另一用户检索.我想停止那个.

一个用户不能确定另一用户数据,并且用户输入的数据只能在同一台计算机上存储.

如何实现呢?

谢谢
Jagwinder

Hi all
M using data caching in asp.net 1.1

Actucally in one of my web form...user enter more than 200 entries in one time. during the data enteries some times connection is lost and all the data entered is lost.

For this i have saved that data in cache memory. but the problem is the data entered by one user can be reterived by another user. i want to stop that.

One user can''t reterived that another user data and also the data entered by user can only be reteried on the same machine..

how this can be achieved??

thanks
Jagwinder

推荐答案


这篇关于asp.net 1.1中的数据缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 01:13