源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

this connector is disabled错误的解决方法

  • 时间:2020-12-25 08:51 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:this connector is disabled错误的解决方法
[u]复制代码[/u] 代码如下:
private bool CheckAuthentication() { // WARNING : DO NOT simply return "true". By doing so, you are allowing // "anyone" to upload and list the files in your server. You must implement // some kind of session validation here. Even something very simple as... // // return ( Session[ "IsAuthorized" ] != null && (bool)Session[ "IsAuthorized" ] == true ); // // ... where Session[ "IsAuthorized" ] is set to "true" as soon as the // user logs in your system. return true; }
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部